Browse Source

Fixed missing include in dialogs_win.

merge-requests/365/head
U-ole-PC\ole 10 years ago
parent
commit
20bdb25599
  1. 1
      src/dialogs_win.cc

1
src/dialogs_win.cc

@ -1,5 +1,6 @@
#include "dialogs.h" #include "dialogs.h"
#include "singletons.h" #include "singletons.h"
#include "juci.h"
#undef NTDDI_VERSION #undef NTDDI_VERSION
#define NTDDI_VERSION NTDDI_VISTA #define NTDDI_VERSION NTDDI_VISTA

Loading…
Cancel
Save