the following #if statement didn't appear the generated c code. is there something i'm missing to make this work? def map_win32(self, err): #if defined(_windows) return _wgpr._builtins._map_win32(err) #endif thanks, bryan