Add proper header

svn path=/trunk/; revision=26013
This commit is contained in:
Aleksey Bragin 2007-03-06 11:40:03 +00:00
parent 1423048911
commit d5b244c7cc

View file

@ -1,4 +1,10 @@
/* Compile with gcc -o queuetest.exe queuetest.c */
/*
* PROJECT: ReactOS Tests
* LICENSE: GPL - See COPYING in the top level directory
* FILE: queuetest.c
* PURPOSE: Usermode QueueUserWorkItem() testing
* PROGRAMMERS: Thomas Weidenmueller (w3seek@reactos.org)
*/
#include <windows.h>
#include <stdio.h>