Skip to content

Commit

Permalink
For win32 file access, adds missing include for DWORD type
Browse files Browse the repository at this point in the history
  • Loading branch information
marceltaeumel committed Apr 4, 2024
1 parent 7927053 commit c007318
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platforms/win32/vm/sqImageFileAccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#ifndef _SQ_IMAGE_FILE_ACCESS_H
#define _SQ_IMAGE_FILE_ACCESS_H

#include <Windows.h> // for DWORD type

#if _WIN64
# define sqImageFile unsigned __int64
#else
Expand Down

0 comments on commit c007318

Please sign in to comment.