comparison src/gui_w32.c @ 39:410fa1a31baf v7.0023

updated for version 7.0023
author vimboss
date Sun, 19 Dec 2004 22:46:22 +0000
parents 125e80798a85
children 014ba200db86
comparison
equal deleted inserted replaced
38:c524f99c7925 39:410fa1a31baf
2560 2560
2561 if ((type < 0) || (type > VIM_LAST_TYPE)) 2561 if ((type < 0) || (type > VIM_LAST_TYPE))
2562 type = 0; 2562 type = 0;
2563 2563
2564 /* allocate some memory for dialog template */ 2564 /* allocate some memory for dialog template */
2565 /* TODO should compute this really*/ 2565 /* TODO should compute this really */
2566 pdlgtemplate = p = (PWORD)LocalAlloc(LPTR, DLG_ALLOC_SIZE); 2566 pdlgtemplate = p = (PWORD)LocalAlloc(LPTR, DLG_ALLOC_SIZE);
2567 2567
2568 if (p == NULL) 2568 if (p == NULL)
2569 return -1; 2569 return -1;
2570 2570