id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc 2250,Adding -DUSE_GENERIC_MS_NINT to the WIN64 builds,tamas,tamas,"When compiling mapserver for the Win64 platform using the default options we get: error C4235: nonstandard extension used : '_asm' keyword not supported on this architecture In this case we shuld add -DUSE_GENERIC_MS_NINT by default in nmake.opt as: !IFDEF WIN64 MS_CFLAGS=$(INCLUDES) $(MS_DEFS) -DWIN32 -D_WIN32 -DUSE_GENERIC_MS_NINT !ELSE MS_CFLAGS=$(INCLUDES) $(MS_DEFS) -DWIN32 -D_WIN32 !ENDIF ",defect,closed,normal,5.0 release,MapServer C Library,5.0,normal,fixed,,hobu jmckenna