Skip to content

Commit

Permalink
(MSVC 2003) Buildfix
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Jan 3, 2019
1 parent f1fc622 commit 8b0f705
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/drivers/platform_win32.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
#include "../../verbosity.h"
#include "../../ui/drivers/ui_win32.h"

#ifndef SM_SERVERR2
#define SM_SERVERR2 89
#endif

#if defined(__WINRT__) || defined(WINAPI_FAMILY) && WINAPI_FAMILY == WINAPI_FAMILY_PHONE_APP
#include "../../uwp/uwp_func.h"
#endif
Expand Down

0 comments on commit 8b0f705

Please sign in to comment.