code cleanup: correct include paths and comment

This commit is contained in:
Campbell Barton
2012-09-17 04:08:36 +00:00
parent 3cae9ca043
commit 00c37e1ff6
4 changed files with 5 additions and 4 deletions

View File

@@ -220,7 +220,7 @@ if(WIN32)
if(NOT MINGW)
list(APPEND INC
third_party/msinttypes
../msinttypes
)
endif()
else()

View File

@@ -145,7 +145,7 @@ if(WIN32)
if(NOT MINGW)
list(APPEND INC
third_party/msinttypes
../msinttypes
)
endif()
else()

View File

@@ -46,7 +46,7 @@ typedef enum FSMenuCategory {
typedef enum FSMenuInsert {
FS_INSERT_SORTED = (1 << 0),
FS_INSERT_SAVE = (1 << 1),
FS_INSERT_FIRST = (1 << 2) /* moves the item to the front of the list when its already there */
FS_INSERT_FIRST = (1 << 2) /* moves the item to the front of the list when its not already there */
} FSMenuInsert;
struct FSMenu;

View File

@@ -76,10 +76,12 @@ set(SRC
IMB_thumbs.h
intern/IMB_allocimbuf.h
intern/IMB_anim.h
intern/IMB_colormanagement_intern.h
intern/IMB_filetype.h
intern/IMB_filter.h
intern/IMB_indexer.h
intern/IMB_metadata.h
intern/imbuf.h
intern/cineon/cin_debug_stuff.h
intern/cineon/cineonfile.h
intern/cineon/cineonlib.h
@@ -97,7 +99,6 @@ set(SRC
intern/dds/PixelFormat.h
intern/dds/Stream.h
intern/dds/dds_api.h
intern/imbuf.h
intern/openexr/openexr_api.h
intern/openexr/openexr_multi.h