- moved winbits.cpp to the platform folder and cleaned out unused parts.

This commit is contained in:
Christoph Oelckers 2019-09-25 22:38:47 +02:00
parent ad4527c8be
commit cd920299d0
13 changed files with 36 additions and 294 deletions

View file

@ -13,7 +13,7 @@
#ifdef _WIN32
# define NEED_SHLWAPI_H
# include "windows_inc.h"
# include "winbits.h"
# include "win32/winbits.h"
# ifndef KEY_WOW64_64KEY
# define KEY_WOW64_64KEY 0x0100
# endif