mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] to
fe-windows.[ch] git-svn-id: http://svn.irssi.org/repos/irssi/trunk@846 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
2edcdd715f
commit
39630c3d58
34 changed files with 34 additions and 34 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef __PRINTTEXT_H
|
||||
#define __PRINTTEXT_H
|
||||
|
||||
#include "windows.h"
|
||||
#include "fe-windows.h"
|
||||
|
||||
void printformat_module(const char *module, void *server, const char *target, int level, int formatnum, ...);
|
||||
void printformat_module_window(const char *module, WINDOW_REC *window, int level, int formatnum, ...);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue