Tell core that we want to have this packet delivered
[oweals/gnunet.git] / src / util / winproc.c
index bd2f2d09101c85f2e95e726b24567c36d65061fb..2df638362034b45f3cce0512294c3a99bfcc4eca 100644 (file)
@@ -83,7 +83,7 @@ plibc_panic (int err, char *msg)
  * @return Error code from winerror.h, ERROR_SUCCESS on success
 */
 int
-InitWinEnv ()
+GNInitWinEnv ()
 {
   int ret;
 
@@ -231,7 +231,7 @@ InitWinEnv ()
  * Clean up Windows environment
  */
 void
-ShutdownWinEnv ()
+GNShutdownWinEnv ()
 {
   plibc_shutdown ();