mirror of
https://github.com/mid-kid/metroskrew.git
synced 2025-06-18 13:15:40 -04:00
Fix windows build
This commit is contained in:
parent
f7adcfd441
commit
36f3493af0
@ -3,6 +3,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
// WINE headers
|
||||
#define WINBASEAPI
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
DWORD WINAPI my_GetLastError(void);
|
||||
@ -10,6 +11,9 @@ DWORD WINAPI my_GetLastError(void);
|
||||
// Utils
|
||||
#include "../dlls/_utils.h"
|
||||
|
||||
#ifdef PATH_MAX
|
||||
#undef PATH_MAX
|
||||
#endif
|
||||
#define PATH_MAX 0x104
|
||||
|
||||
struct STRUC_0063a828 {
|
||||
|
Loading…
Reference in New Issue
Block a user