Skip to content

Commit

Permalink
Merge branch 'dz333n:master' into entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNNX authored Apr 13, 2024
2 parents d37c0a2 + b38c634 commit 4437953
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions COREDLL/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,6 @@ typedef struct tagWIN32_FIND_DATA_WCECL
#undef RasHangUp
#undef RasDial

// Windows CE uses __cdecl instead of __stdcall everywhere, including WINAPI macro
// (defined in wce/windef.h)
#ifdef __stdcall
#undef __stdcall
#endif
#define __stdcall __cdecl

#ifdef _stdcall
#undef _stdcall
#endif
#define _stdcall _cdecl

#ifdef WINAPI
#undef WINAPI
#endif
Expand Down

0 comments on commit 4437953

Please sign in to comment.