Fix missing include for strcpy_s function

This commit is contained in:
Lim Chunwei 2021-10-26 01:34:29 +08:00
parent 2d88ddc3e4
commit 467c0d6e4b
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include "options.h"
#include "pinball.h"
#include "winmain.h"
#include "string.h"
HPALETTE gdrv::palette_handle = nullptr;
HINSTANCE gdrv::hinst;