Add support for win64.

Disable PFM.
Disable Tokenizer.
This commit is contained in:
castano
2008-01-16 08:01:24 +00:00
parent 30f8ef09b5
commit 3e702e563b
5 changed files with 35 additions and 45 deletions

View File

@ -48,8 +48,8 @@ namespace nv
NVIMAGE_API bool saveFloatEXR(const char * fileName, const FloatImage * fimage, uint base_component, uint num_components);
#endif
NVIMAGE_API FloatImage * loadFloatPFM(const char * fileName, Stream & s);
NVIMAGE_API bool saveFloatPFM(const char * fileName, const FloatImage * fimage, uint base_component, uint num_components);
// NVIMAGE_API FloatImage * loadFloatPFM(const char * fileName, Stream & s);
// NVIMAGE_API bool saveFloatPFM(const char * fileName, const FloatImage * fimage, uint base_component, uint num_components);
} // ImageIO namespace