os2: make testnative working -- imported from bitwiseworks' fork:

e2abc76b24
Ozkan Sezer 2020-10-14 23:01:02 +03:00
parent 1b99d805db
commit 4551c63372
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ static void *CreateWindowNative(int w, int h);
static void DestroyWindowNative(void *window);
NativeWindowFactory OS2WindowFactory = {
"OS/2",
"DIVE",
CreateWindowNative,
DestroyWindowNative
};