[CRT] Massively improve performance of rand_s
[reactos.git] / modules / rostests / winetests / gdi32 / palette.c
index a4e4f36..045f530 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "precomp.h"
+#include <stdarg.h>
+
+#include "windef.h"
+#include "winbase.h"
+#include "wingdi.h"
+#include "winuser.h"
+#include "mmsystem.h"
+
+#include "wine/test.h"
 
 static const PALETTEENTRY logpalettedata[8] = {
     { 0x10, 0x20, 0x30, PC_NOCOLLAPSE },