comparison PrivateQueue.h @ 28:dabefab7d264

fixed include paths -- paths should be set in Netbeans as project settings
author Some Random Person <seanhalle@yahoo.com>
date Fri, 09 Mar 2012 22:12:01 -0800
parents bd38feb38c80
children e59d39874274
comparison
equal deleted inserted replaced
9:d11cbfeba402 10:5db4fa433989
7 7
8 #ifndef _PRIVATE_QUEUE_H 8 #ifndef _PRIVATE_QUEUE_H
9 #define _PRIVATE_QUEUE_H 9 #define _PRIVATE_QUEUE_H
10 10
11 11
12 #include "../../VMS_Implementations/VMS_impl/VMS_primitive_data_types.h" 12 #include "VMS_impl/VMS_primitive_data_types.h"
13 #include "../../VMS_Implementations/VMS_impl/vmalloc.h" 13 #include "VMS_impl/vmalloc.h"
14 14
15 15
16 #define TRUE 1 16 #define TRUE 1
17 #define FALSE 0 17 #define FALSE 0
18 18