Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5597 → Rev 5598

/programs/cmm/lib/clipboard.h
1,3 → 1,10
#ifndef INCLUDE_CLIPBOARD_H
#define INCLUDE_CLIPBOARD_H
 
#ifndef INCLUDE_KOLIBRI_H
#include "../lib/kolibri.h"
#endif
 
struct buffer_data
{
dword size;
49,4 → 56,6
$mov eax, 54
$mov ebx, 3
$int 0x40
}
}
 
#endif