clock: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Alexandre Julliard 2019-04-29 10:46:22 +02:00
parent c7c9b45544
commit 3e25a1b26f
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,8 @@
MODULE = clock.exe
APPMODE = -mwindows
IMPORTS = comdlg32 shell32 user32 gdi32
EXTRADLLFLAGS = -mwindows -mno-cygwin
C_SRCS = \
main.c \
winclock.c

View File

@ -23,8 +23,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include "wine/port.h"
#include <math.h>
#include <stdlib.h>