~ubuntu-branches/ubuntu/raring/vice/raring

« back to all changes in this revision

Viewing changes to src/arch/win32/uirs232.c

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2009-03-31 00:37:15 UTC
  • mfrom: (1.1.7 upstream) (9.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090331003715-i5yisvcfv7mgz3eh
Tags: 2.1.dfsg-1
* New major upstream release (closes: #495937).
* Add desktop files (closes: #501181).

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
#include "res.h"
34
34
#include "resources.h"
 
35
#include "rs232.h"
35
36
#include "system.h"
36
37
#include "translate.h"
37
38
#include "uirs232.h"
38
39
#include "winmain.h"
39
40
 
40
41
 
41
 
#define MAXRS232 4
42
 
 
43
42
 
44
43
static void init_rs232_dialog(HWND hwnd)
45
44
{