Staging
v0.8.1
Revision f409c9988e72eff7c0378ab5578f5edecb8b1855 authored by Miss Islington (bot) on 24 February 2018, 02:59:53 UTC, committed by GitHub on 24 February 2018, 02:59:53 UTC

Adjust tests and user modules to match.
(cherry picked from commit c29c03a34a9f3c82704b66f323ce5ea9dc89c8af)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
1 parent 8d9d4b5
Raw File
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top