Commit 3e25a1b2 authored by Alexandre Julliard's avatar Alexandre Julliard

clock: Build with msvcrt.

parent c7c9b455
MODULE = clock.exe
APPMODE = -mwindows
IMPORTS = comdlg32 shell32 user32 gdi32
EXTRADLLFLAGS = -mwindows -mno-cygwin
C_SRCS = \
main.c \
winclock.c
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment