mirror of
				https://github.com/pbatard/rufus.git
				synced 2024-08-14 23:57:05 +00:00 
			
		
		
		
	[iso] use same settings for EMPTY_ARRAY_SIZE in libcdio
* also minor cleanup
This commit is contained in:
		
							parent
							
								
									ca437ca5a6
								
							
						
					
					
						commit
						b0552a96b9
					
				
					 2 changed files with 7 additions and 15 deletions
				
			
		|  | @ -3,16 +3,8 @@ | |||
| /* compiler does lsbf in struct bitfields */ | ||||
| #undef BITFIELD_LSBF | ||||
| 
 | ||||
| /* Define 1 if you are compiling using cygwin */ | ||||
| #undef CYGWIN | ||||
| 
 | ||||
| /* what to put between the brackets for empty arrays */ | ||||
| #ifdef _MSC_VER | ||||
| /* Very disputable hack! -- good thing we use MinGW for the release */ | ||||
| #define EMPTY_ARRAY_SIZE 256 | ||||
| #else | ||||
| #define EMPTY_ARRAY_SIZE | ||||
| #endif | ||||
| #define EMPTY_ARRAY_SIZE 0 | ||||
| 
 | ||||
| /* Define to 1 if you have the `bzero' function. */ | ||||
| #undef HAVE_BZERO | ||||
|  |  | |||
							
								
								
									
										12
									
								
								src/rufus.rc
									
										
									
									
									
								
							
							
						
						
									
										12
									
								
								src/rufus.rc
									
										
									
									
									
								
							|  | @ -33,7 +33,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL | |||
| IDD_DIALOG DIALOGEX 12, 12, 206, 278 | ||||
| STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU | ||||
| EXSTYLE WS_EX_APPWINDOW | ||||
| CAPTION "Rufus v1.0.7.130" | ||||
| CAPTION "Rufus v1.0.7.131" | ||||
| FONT 8, "MS Shell Dlg", 400, 0, 0x1 | ||||
| BEGIN | ||||
|     DEFPUSHBUTTON   "Start",IDC_START,94,236,50,14 | ||||
|  | @ -70,7 +70,7 @@ BEGIN | |||
|     DEFPUSHBUTTON   "OK",IDOK,231,175,50,14,WS_GROUP | ||||
|     CONTROL         "<a href=""http://rufus.akeo.ie"">http://rufus.akeo.ie</a>",IDC_ABOUT_RUFUS_URL, | ||||
|                     "SysLink",WS_TABSTOP,46,47,114,9 | ||||
|     LTEXT           "Version 1.0.7 (Build 130)",IDC_STATIC,46,19,78,8 | ||||
|     LTEXT           "Version 1.0.7 (Build 131)",IDC_STATIC,46,19,78,8 | ||||
|     PUSHBUTTON      "License...",IDC_ABOUT_LICENSE,46,175,50,14,WS_GROUP | ||||
|     EDITTEXT        IDC_ABOUT_COPYRIGHTS,46,107,235,63,ES_MULTILINE | ES_READONLY | WS_VSCROLL | ||||
|     LTEXT           "Report bugs or request enhancements at:",IDC_STATIC,46,66,187,8 | ||||
|  | @ -208,8 +208,8 @@ END | |||
| // | ||||
| 
 | ||||
| VS_VERSION_INFO VERSIONINFO | ||||
|  FILEVERSION 1,0,7,130 | ||||
|  PRODUCTVERSION 1,0,7,130 | ||||
|  FILEVERSION 1,0,7,131 | ||||
|  PRODUCTVERSION 1,0,7,131 | ||||
|  FILEFLAGSMASK 0x3fL | ||||
| #ifdef _DEBUG | ||||
|  FILEFLAGS 0x1L | ||||
|  | @ -226,13 +226,13 @@ BEGIN | |||
|         BEGIN | ||||
|             VALUE "CompanyName", "akeo.ie" | ||||
|             VALUE "FileDescription", "Rufus" | ||||
|             VALUE "FileVersion", "1.0.7.130" | ||||
|             VALUE "FileVersion", "1.0.7.131" | ||||
|             VALUE "InternalName", "Rufus" | ||||
|             VALUE "LegalCopyright", "© 2011 Pete Batard (GPL v3)" | ||||
|             VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html" | ||||
|             VALUE "OriginalFilename", "rufus.exe" | ||||
|             VALUE "ProductName", "Rufus" | ||||
|             VALUE "ProductVersion", "1.0.7.130" | ||||
|             VALUE "ProductVersion", "1.0.7.131" | ||||
|         END | ||||
|     END | ||||
|     BLOCK "VarFileInfo" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue